Endpoint-Post-/ Gossip/ Twilio/ Incoming/ Verify→Xml names a function, with lambda list NIL:
Check a Verify code from a user's phone.
We have sent a Verify code to someone through Twilio. They have replied by entering that code, which we now need to verify through the Authy Verify endpoint.
This is a web service endpoint accessed by the HTTP method POST at the URI template /gossip/twilio/incoming/verify. It returns a content-type of text/xml.
There are no URI parameters.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/gossip/twilio.lisp.